ReaderException Constructor(String,Object[])
In This Topic
Initializes a new instance of the
ReaderException class with a formatted error message.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal ParamArray () As Object _
)
public ReaderException(
string ,
params object[]
)
Parameters
- message
- The exception message formatting string.
- args
- The list of parameters supplied to the formatting string.
See Also